home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / ilib_vb / vbimglib.txt < prev   
Text File  |  1995-10-21  |  5KB  |  127 lines

  1. ImageLib DLL 3.0(c) 1995 by:
  2.  
  3. SkyLine Tools
  4.  
  5. Visual Basic 4.0 16bit example program
  6.  
  7. Technical support for VB C, C++, Kevin Adams:  (CIS) 74742,1444
  8. Technical support for Delphi and VB Jan Dekkers (CIS) 72131,313
  9.  
  10. Technical support for VB C, C++, Kevin Adams:  74742.1444@CompuServe.Com
  11. Technical support for Delphi and VB Jan Dekkers 72131,313@CompuServe.Com
  12.  
  13. This file is the documentation for the ImgLib30 Visual Basic example
  14. program.  This program will allow show you how to read and write each of
  15. the file formats supported by ImageLib.  Provided with the example program
  16. is a ".BAS" module file which will show you the declarations for the
  17. ImageLib functions in Visual Basic.  Feel free to use this to link the
  18. DLL with your project.  Aside from the Visual Basic components, the
  19. only other file needed is the IMGLIB30.DLL which should be placed in the 
  20. WINDOWS/SYSTEM directory.
  21.  
  22. ImageLib does allow you to output quality 8-bit, dithered images which could 
  23. be displayed in 256 color mode. 
  24.  
  25. The documentation for the ImageLib functions is included in the 
  26. IMGLIB30.TXT text file and should be treated the same in VB, with a few 
  27. exceptions.  I have not figured out how to pass a callback function to the 
  28. pf parameter, althought this may be possible.  I currently set pf to 0 
  29. (passing the parameter as a NULL).
  30.  
  31. Memory handling has not been addressed with this program.  But memory may
  32. need to be deallocated after you are done with an image.  An API call to
  33. GlobalFree should handle this.
  34.  
  35. The project files included are as follows:
  36.  
  37. IMGLIB.MAK     - Visual Basic project file.
  38. IMGLIB.BAS       - Module file for the IMGLIB30.DLL functions.
  39. MAINFORM.FRM     - The main project form.
  40.  
  41. Other files necessary for the project are:
  42.  
  43. IMGLIB30.DLL     - The ImageLib DLL file.
  44.  
  45. -----------------------------------------------------------------------
  46.  
  47. ImageLib examples are available for Delphi (VCL), Borland C++, MSVC and VB.
  48.  
  49. -----------------------------------------------------------------------
  50.  
  51. License:
  52.  
  53. Rights and Limitations
  54.  
  55. The software which accompanies this license ("ImageLib") is the property of 
  56. SkyLine Tools or its licensors and is protected by copyright law.   
  57. By using ImageLib you agree to the terms of this agreement.   You may 
  58. install one copy of the ImageLib product on a single computer.    
  59. One copy of ImageLib may be only used by a single developer at a time.  
  60. When ImageLib  is being compiled into an executable application with the 
  61. extension exe., then there are no licensing fees or royalties for 
  62. distribution of the executable and the DLL.  Should any part of ImageLib,
  63. either the VCL or the DLL or LIB be used in a non-compiled application, 
  64. such as:  a value added VCL, VBX, OCX, royalties apply.      
  65.  
  66. Limited Warranty
  67.  
  68. SkyLine Tools warrents that ImageLib will perform substantially in 
  69. accordance with the accompanying documentation for a period of (90) days 
  70. from the date of receipt.
  71.  
  72. Liabilities 
  73.  
  74. SkyLine Tools and its licensors entire liability and your exclusive remedy 
  75. shall be, at SkyLine Tools option, either return of the price paid, 
  76. or repair or replacement of the ImageLib product.
  77.  
  78. LZW:
  79.   
  80. Gif and Tiff uses LZW compression which is patented by Unisys. On CompuServe 
  81. GO PICS to obtain information about the Unisys patents. By using ImageLibÆs 
  82. GIF Read and Write features you acknowledge that SkyLine has notified you 
  83. about the LZW patend and hold SkyLine harmless from any legal actions.
  84.  
  85. Acknowledge:
  86.  
  87. The "JPEG file I/O and compression/decompression" is based in part on the 
  88. work of the Independent JPEG Group.
  89.  
  90. -----------------------------------------------------------------------
  91.  
  92. Delphi example projects and VLC's can be downloaded from the CIS:DELPHI
  93. forums and from CIS:TURBOPOWER
  94.  
  95. _________________________Ordering Information___________________________
  96.  
  97.  
  98. The ImageLib DLL can be royalty Free distributed. The price is $89. 
  99. CA residents add salestax. Shipping and handling is $3.95 in the U.S. 
  100. and $6.95 abroad.
  101.  
  102. To order: 
  103.  
  104. SkyLine Tools
  105. 11956 Riverside Drive 206
  106. North Hollywood CA 91607
  107.  
  108. U.S.         (800) 404-3832
  109. International    (818) 766-3900
  110. Fax        (818) 766-9027
  111. E-Mail          72131.313@CompuServe.Com
  112. Visa, Master, Money-Order and US. Checks by Phone/Fax accepted.
  113.  
  114.  
  115. To order in Germany, Austria and Switzerland:
  116.  
  117.  K&R Software
  118.  M. Kreisel & R. Reinartz GbR
  119.  Darshovener Str. 7
  120.  D-50181 Bedburg
  121.  Ph1: +49-2272-2887
  122.  Ph2: +49-2272-901966
  123.  Fax: +49-2272-901585
  124.  BBS: +49-2272-901965
  125.  CIS: 74777,3414 GO KRSoft (COMPC, Section 2)
  126.  
  127.